home *** CD-ROM | disk | FTP | other *** search
/ Best Tools for JAVA / Best Tools for JAVA.iso / VIEWERS / VSVIEW / VSVIEW.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1995-01-05  |  4.7 KB  |  127 lines

  1. README.TXT File
  2. README file for VideoSoft vsView, Version 1.06
  3. (C) Copyright VideoSoft, 1994
  4.  
  5. --------------------------------------------------------------------
  6. This document describes the release notes for version 1.06 of the 
  7. VideoSoft vsView custom VBX controls.
  8.  
  9. NOTE: VideoSoft improves its manuals at the time of reprinting, 
  10. so some of the information in this file may already be included in
  11. your manuals. We suggest you print this document and attach it to
  12. the manual.
  13.  
  14. VideoSoft
  15. 2625 Alcatraz Avenue, Suite 271
  16. Berkeley, California 94705
  17. Phone (510) 547-7295
  18. FAX   (510) 547-1084
  19. Internet:                71552,3052@compuserve.com
  20. Compuserve Tech Support: at the CIS prompt type "go videosoft"
  21. Compuserve Orders:       at the CIS prompt type "go swreg"
  22.                          vsView product ID 3244  ($99 + s&h)
  23.                          vsVBX  product ID 1084  ($45 + s&h)
  24. --------------------------------------------------------------------
  25. New features in Version 1.06 (see the VSVIEW.HLP file for details
  26. on each item):
  27.  
  28. **** New ResetDC Event ******************************************
  29.  
  30.     * This new event gets triggered at the proper time to do a
  31.         ResetDC call. This is useful when using external libraries to
  32.         call the ExtDeviceMode function.
  33.  
  34. **** New Features and Fixes *************************************
  35.  
  36.     * Allows user to change Orientation within a job
  37.     this works fine when printing. when previewing, must change
  38.     control size with code.
  39.  
  40.     * Fixed bug with IndentLeft across page breaks
  41.  
  42.     * Make sure that the Error event is fired after clicking
  43.       on the Abort window.
  44.  
  45.     * Works with DIBs and non DIBs for postcript printers.
  46.  
  47.  
  48. *************************************************************
  49.  
  50.  
  51. New features in Version 1.05 (see the VSVIEW.HLP file for details
  52. on each item):
  53.  
  54. **** New Licensing Scheme ******************************************
  55. In response to numerous user requests, we have changed our licensing
  56. scheme:
  57.  
  58. You no longer have to distribute the LIC file with your compiled
  59. applications. As long as you have the LIC file installed on your
  60. machine when you compile an application, vsView will not look for
  61. a license file when you run it. This will simplify your installation
  62. process and reduce the potential for version conflicts on your
  63. users' machines.
  64.  
  65. This also makes the VSVIEW.DEV file obsolete. It's not needed
  66. anymore, and that's why you won't find it on the distribution
  67. diskettes.
  68.  
  69. In short:
  70. 1) Forget the DEV files.
  71. 2) DO NOT DISTRIBUTE THE LIC FILE WITH YOUR APPLICATIONS!!!!
  72.  
  73. **** New features **************************************************
  74. vsPrinter:
  75. * Added NPorts and Ports() property array
  76.   This allows you to distinguish printers with same name connected
  77.   to different ports (common on networks).
  78.   Note that NPorts and Ports() refer to the CURRENT printer, so
  79.   NPorts will be 1 most of the time. For example, if the current
  80.   device is an HP LaserJet IV which is connected to ports "LPT1:"
  81.   and "LPT2:", then
  82.     vsPrinter.Device   is "HP LaserJet IV",
  83.     vsPrinter.NPorts   is 2,
  84.     vsPrinter.Ports(0) is "LPT1:", and
  85.     vsPrinter.Ports(1) is "LPT2:".
  86.   The code below selects the HP LaserJet IV connected to "LPT2:"
  87.     vsPrinter.Device = "HP LaserJet IV"
  88.     vsPrinter.Port = "LPT2:" ' the Port property is now read/write
  89.  
  90. * Added actions to print all preview pages at once (but print
  91.   quality of metafiles will degrade somewhat)
  92.  
  93. vsInForm
  94. * Added "Locked" setting to the FrameSizing property (so user can't
  95.   move the window)
  96.  
  97. **** Bug fixes *****************************************************
  98. vsPrinter:
  99. * Did not print files directly (Action = 1) (oops). Now it does.
  100. * Got rid of flicker when AbortWindow = False
  101. * Fixed reentrancy problem that could cause GPF's when trying 
  102.   start printing a document while another was still being printed.
  103.  
  104. vsDraw:
  105. * Did not copy picture to clipboard (Action = 5). Now it does.
  106. * Picture property ignored ScaleLeft/ScaleTop. Not anymore.
  107.  
  108. **** Miscellaneous improvements ************************************
  109. vsView: 
  110. * Improved documentation
  111. * Included table shading example in demo app.
  112.  
  113. vsPrinter:
  114. * Made FileName property persistent (can be saved to disk)
  115.  
  116. vsInForm:
  117. * Added FrameButtons property to get closer-to-Chicago look.
  118. * Improved painting.
  119. * Made OnTop persistent across minimize/restore
  120. * Made 3D effects sensitive to system colors
  121.  
  122. **** Acknowledgement ***********************************************
  123. The VideoSoft development team thanks the users who reported 
  124. problems and suggested improvements to this product. We will keep
  125. listening to you and working to improve the quality and usefulness
  126. of our tools.
  127.